home *** CD-ROM | disk | FTP | other *** search
/ TPUG - Toronto PET Users Group / TPUG Users Group CD / TPUG Users Group CD.iso / AMIGA / (A)TB / (A)TBX.ADF / ClockDJv5.04 / rexx / getnextwindow.rexx < prev    next >
OS/2 REXX Batch file  |  1992-03-18  |  276b  |  11 lines

  1. /* rexx  next window  */
  2. options results
  3. address clockdj
  4. getactivewindow;say result
  5. getnextwindow result;say result
  6. getnextwindow result;say result
  7. getnextwindow result;say result
  8. getnextwindow result;say result
  9. getnextwindow result;say result
  10. getnextwindow result;say result
  11.